@charset "utf-8";

/*视频弹窗*/
.video_dialog {
    position: fixed;
    display: block !important;
    z-index: 2147483647;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.video_dialog .video_content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block !important;
}
.video_dialog .video_content a.video_close {
    position: absolute;
    z-index: 1;
    top: 34px;
    right: 35px;
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin: -15px;
    background: url(../images/video_close.png) center no-repeat;
}
.video_dialog .video_content .video-frame {
    position: relative;
    margin: 0 auto;
    background: #1c1c1c;
    -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.6);
    max-width: 1200px;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 5%;
    width: 1200px;
    margin-left: -600px;
}
.video_dialog .video_content .video-frame iframe {
    height: 100%;
    margin: 0;
    vertical-align: top;
    width: 95%;
    max-width: 1200px;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 5%;
    margin-left: -600px;
}
.video_dialog_over {
    overflow: hidden;
}
.video_dialog .video_content video {
    width: 100% !important;
    height: 100%;
}
.video_link {
    position: absolute;
    z-index: 1;
    top: 34px;
    right: 90px;
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin: -15px;
    background: url(../images/lianjie.png) center no-repeat;
}

@media (max-width: 1199px) {
    .video_dialog .video_content {
        left: 2.5%;
        width: 95%;
        height: 60%;
        top: 25%;
        margin-left: 0;
    }

    .video_dialog .video_content .video-frame {
        width: 96%;
        margin-left: -48%;
    }
}

.video-frame video {
    object-fit: contain;
}
